ColumnSeparator Class

Represents a separator line between columns.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class ColumnSeparator
Inheritance
Object    ColumnSeparator

Constructors

ColumnSeparator Initializes a new instance of the ColumnSeparator class.

Properties

Color Specifies the color of a column or footnote separator line.
Height Specifies the height of a column separator line. The value of this attribute is a percentage of the height of the columned area.
Style Specifies the line style of a column separator line.
VerticalAlignment Specifies how to vertically align a line that is less than 100% of its height within the columned area.
Width Specifies the width of a column separation.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current ColumnSeparator object to its equivalent string representation.
(Overrides ObjectToString)

See Also